projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f2dbe0
)
(isearch-yank-line): Typo.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 7 Nov 2002 20:58:36 +0000
(20:58 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 7 Nov 2002 20:58:36 +0000
(20:58 +0000)
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index 45742b873c41cd5da64fc8456ee6617a67b55ceb..f0f8e5b4fbe1ddee0d3d407fca4fe3f900526069 100644
(file)
--- a/
lisp/isearch.el
+++ b/
lisp/isearch.el
@@
-1135,7
+1135,7
@@
might return the position of the end of the line."
(defun isearch-yank-line ()
"Pull rest of line from buffer into search string."
(interactive)
- (isearch-yank-internal 'line-end-position))
)
+ (isearch-yank-internal 'line-end-position))
(defun isearch-search-and-update ()